Skip to content

Commit 18ee028

Browse files
committed
build release only, override example
1 parent 5108dca commit 18ee028

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
path: release
4444

4545
deploy-nonpublic-packagecloud:
46+
if: startsWith(github.ref, 'refs/tags/v')
4647
needs: release
4748
name: Deploy Nonpublic PackageCloud
4849
runs-on: ubuntu-latest

package/override.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This is an example of how to override the user to something other than root.
2+
# Install this file to: /etc/systemd/system/fogwillow.service.d/override.conf
3+
# We use this file in production to run fogwillow on a notifiarr worker.
4+
[Service]
5+
User=abc
6+
Group=abc
7+
PermissionsStartOnly=true
8+
ExecStartPre=/bin/chown -R abc: /var/log/fogwillow

0 commit comments

Comments
 (0)