mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Add SyslogIdentifier=ditto to systemd unit
This commit is contained in:
parent
452088386c
commit
224d7bfef9
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ After=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=ditto
|
User=ditto
|
||||||
|
SyslogIdentifier=ditto
|
||||||
WorkingDirectory=/opt/ditto
|
WorkingDirectory=/opt/ditto
|
||||||
ExecStart=/usr/local/bin/deno task start
|
ExecStart=/usr/local/bin/deno task start
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue