mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-05 00:26:23 -07:00
10 lines
No EOL
153 B
Desktop File
10 lines
No EOL
153 B
Desktop File
[Unit]
|
|
Description=gochan Daemon
|
|
Wants=mysql.service
|
|
After=mysql.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/gochan
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |