blob: 0c36feb9cd0bd9c90cd507223fd27be1ce59f7e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Olamic worker
[Service]
Type=simple
User=olamic
WorkingDirectory=/srv/olamic
ExecStart=/usr/bin/olamic-worker
[Install]
WantedBy=multi-user.target
|