You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-process/at/files/atd.service

12 lines
172 B

[Unit]
Description=at (job queue) daemon
After=networking.target
[Service]
Type=forking
ExecStart=/usr/sbin/atd
PIDFile=/run/atd.pid
[Install]
WantedBy=multi-user.target