mirror of
https://github.com/taigrr/github-to-signal.git
synced 2026-04-02 03:09:09 -07:00
User units don't have multi-user.target. Also removed User/Group and hardening directives that don't apply to user services.
15 lines
303 B
Desktop File
15 lines
303 B
Desktop File
[Unit]
|
|
Description=GitHub webhook to Signal notifications
|
|
After=signal-cli-bot.service
|
|
Requires=signal-cli-bot.service
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/local/bin/github-to-signal
|
|
WorkingDirectory=/home/tai/code/foss/github-to-signal
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|