11 lines
166 B
Text
11 lines
166 B
Text
|
[Unit]
|
||
|
Description=Attic Daemon
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/local/bin/atticd -f /etc/attic-server.toml
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|